-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Django to v5; related work and cleanups #339
Draft
anadon
wants to merge
40
commits into
furthemore:production
Choose a base branch
from
furpocalypse:poetry-setup
base: production
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… users. Easer alternative than Docker in some scenarios.
…le environment given Nix and Direnv are installed and working on the user's system.
…pgrading to Django v5 and starting work to transition the DB to using PostgreSQL.
* add sig capture for coc to reg form * add signature to dealers * add signature to badge admin * update base image * add square tag to tests * magic test fix * remove old requirements
* remove version * Update README.md
* update closed message on attendee reg * add to dealers and staff * fix existing tests * new tests for index * add tests to dealers * add staff tests * add test to onsite
* change theme, update styling * style * missed * shadow * nah * fuck * checkbox space
* add sig capture for coc to reg form * add signature to dealers * add signature to badge admin * update base image * add square tag to tests * magic test fix * remove old requirements
Co-authored-by: Rechner Fox <[email protected]>
* Shore up check for already recieved webhook * Again, with feeling
…#327) * Add syntax highlighted JSON field output in webhook admin * Update base image --------- Co-authored-by: meanderfox <[email protected]>
* remove the box * remove the code
…more#333) * Make dealer wifi configurable, form tweaks. Update pre-commit * Fix typo * Fix default venue form population * Fix signature collection on Dealers form * Add tests for registration template tags * Fix dealer signature, for real
…le environment given Nix and Direnv are installed and working on the user's system.
…pgrading to Django v5 and starting work to transition the DB to using PostgreSQL.
* add sig capture for coc to reg form * add signature to dealers * add signature to badge admin * update base image * add square tag to tests * magic test fix * remove old requirements
Sorry for the noise, Github is fighting me on verifying commits and I'm not sure why. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Django 3.x is out of security releases, so I started upgrading to Django 5. I've also implemented a direnv/Nix Flake to 'just' set up a development environment. Lots of small changes. Unfortunately, had to disable 2FA for the time being. I'd like to keep this as a draft to keep track of developments and collaborate. Currently, I'm facing some troubles with some tests related to Square and the environment that I'm not immediately sure how to fix up.